home *** CD-ROM | disk | FTP | other *** search
/ Komputer for Alle 2001 #2 / CD 2 (Black) - 2001.iso / LJoy / Common / Logitech / WMDrivers / WmBEnum.inf < prev    next >
Encoding:
Windows Setup INFormation  |  2000-07-05  |  2.2 KB  |  94 lines

  1. ;/*++
  2. ;    WmBEnum.inf
  3. ;
  4. ;Abstract:
  5. ;    INF file for installing Logitech Virtual bus enumerator driver
  6. ;
  7.  
  8. [Version]
  9. Signature="$CHICAGO$"
  10. Class=System
  11. ClassGuid={4D36E97D-E325-11CE-BFC1-08002BE10318}
  12. Provider=%Vendor%
  13. DriverVer=06/29/2000, 3.62.121.0
  14. LayoutFile=layout.inf
  15. CatalogFile=WmBEnum.cat
  16.  
  17.  
  18. [SourceDisksNames]
  19. 55=%DiskDesc%,"WS_35"
  20.  
  21. [SourceDisksFiles]
  22. WmBEnum.sys=55
  23. WmXlCore.sys=55
  24.  
  25. [DestinationDirs]
  26. Drivers_Dir = 12
  27.  
  28. ;*****************************************
  29. ; Logitech Virtual Bus Enumerator Install Section
  30. ;*****************************************
  31.  
  32. [ControlFlags]
  33. ExcludeFromSelect = *
  34.  
  35. [Manufacturer]
  36. %StdMfg%=Standard
  37.  
  38. [Standard]
  39. ;
  40. ; These are the Logitech Virtual Bus pnp ids
  41. ;
  42.  
  43. %LogiVirtualBus.DeviceDesc%=LogiVirtualBus_Device, root\LogiVirtualBus
  44.  
  45. [LogiVirtualBus_Device]
  46. CopyFiles=Drivers_Dir
  47.  
  48. [Drivers_Dir]
  49. WmBEnum.sys
  50. WmXlCore.sys
  51.  
  52.  
  53.  
  54. [LogiVirtualBus_Device.HW]
  55. AddReg = WmXlCore_LogiBus_Filter.AddReg.HW
  56.  
  57.  
  58. [WmXlCore_LogiBus_Filter.AddReg.HW]
  59. HKR,,"UpperFilters",0x00010000,"WmXlCore"
  60. HKR,,"WmXlCoreParam",0x00010001,512
  61.  
  62. ;-------------- Service installation
  63. [LogiVirtualBus_Device.Services]
  64. AddService = WmBEnum, 0x00000002, Virtual_Bus_Enum_Service_Inst
  65. AddService = WmXlCore, , Virtual_Bus_Enum_Filter_Service_Inst
  66.  
  67. ; -------------- WmBEnum driver install sections
  68. [Virtual_Bus_Enum_Service_Inst]
  69. DisplayName    = %WmBEnum.SVCDESC%
  70. ServiceType    = 1               ; SERVICE_KERNEL_DRIVER
  71. StartType      = 3               ; SERVICE_DEMAND_START 
  72. ErrorControl   = 1               ; SERVICE_ERROR_NORMAL
  73. ServiceBinary  = %10%\system32\drivers\WmBEnum.sys
  74. LoadOrderGroup = Extended Base
  75.  
  76.  
  77. [Virtual_Bus_Enum_Filter_Service_Inst]
  78. DisplayName    = "Logitech WingMan Translation Layer Driver"
  79. ServiceType    = 1 ;%SERVICE_KERNEL_DRIVER%
  80. StartType      = 3 ;%SERVICE_DEMAND_START%
  81. ErrorControl   = 0 ;%SERVICE_ERROR_IGNORE%
  82. ServiceBinary  = %10%\system32\drivers\WmXlCore.sys
  83. LoadOrderGroup = extended base
  84.  
  85. [Strings]
  86. SPSVCINST_ASSOCSERVICE= 0x00000002
  87. Vendor = "Logitech Inc"
  88. DiskDesc="Logitech WingMan Software"
  89. StdMfg = "(Standard system devices)"
  90.  
  91. LogiVirtualBus.DeviceDesc = "Logitech Virtual Bus Enumerator"
  92. WmBEnum.SVCDESC = "Logitech Virtual Bus Enumerator Driver"
  93.  
  94.